home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
siteways
/
software
/
cleanup.csh
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-07-15
|
137b
|
5 lines
#! /bin/csh -f
setenv HTTPD `cat /tmp/livestream/httpd.pid` >& /dev/null
kill -9 $HTTPD >& /dev/null
rm -fr /tmp/livestream >& /dev/null